Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Applet Control Functions /


JMDisposeAppletViewer

Removes an applet.

OSStatus JMDisposeAppletViewer (JMAppletViewerRef viewer);
viewer
The instantiated applet to remove.
function result
A result code; see "JManager Result Codes".
DISCUSSION
Calling the JMDisposeAppletLocator function first halts execution of the applet if necessary. This function also disposes of the applet's frame (if visible) and any other frames created by the applet.

SEE ALSO
The JMNewAppletViewer function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997